home *** CD-ROM | disk | FTP | other *** search
- AlarmClock = {
- ACTIONS = {
- doFromNow:;
- setSound:;
- gotUnixCommand:;
- getImage:;
- setSoundAndGraphic:;
- setUnixCommand:;
- setGraphic:;
- setAlarm:;
- getSound:;
- appDidInit:;
- doFromLaunch:;
- doAtSetTime:;
- tick:;
- };
- OUTLETS = {
- animator;
- timeMatrix;
- imageText;
- unixText;
- unixWindow;
- soundText;
- typeList;
- strings;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-